.table {
  table-layout: fixed;
  width: 100%;
  /* border      : solid #e6e6e6; */
  /* border-width: 1px 1px 0px 1px; */
}

.table tr {
  height: 50px;
}

.table th:last-child,
.table td:last-child {
  border-right: none;
}

td {
  height: 50px;
}

.pointer-hover tr:hover {
  background-color: #f6faff;
}

.no-center {
  text-align: left;
  padding-left: 20px;
}

.text-right {
  text-align: right;
}

.os tr:nth-child(odd) {
  background-color: #fafafa;
}

.os .hover:hover{
  cursor: pointer;
  color: #4293f4;
}

.table .header, .table .header td {
  height: 50px;
  padding: 6px 15px;
  box-sizing: border-box;
}

.table .border-bottom td {
  line-height: 24px;
  padding: 5px 13px;
  color: #333333;
  font-size: 16px;
}

.pointer-table tr:nth-child(odd){
  background-color: #fafafa;
}
